home *** CD-ROM | disk | FTP | other *** search
/ HTBasic 9.3 / HTBasic 9.3.iso / 83win / data1.cab / Help_Files / HP_82335.TXT < prev    next >
Encoding:
Text File  |  2001-03-02  |  5.3 KB  |  107 lines

  1. The HP Model 82335 HPIB Card
  2.  
  3. Unlike most PC I/O cards the HP 82335 HPIB card is "memory-mapped" not
  4. "I/O mapped".  The card's memory addresses are defined like "PC segment"
  5. addresses.  The legal map settings for the HP 82335 card are divided into
  6. 16KB blocks of the "reserved" 384 KB of DOS RAM and are as follows:
  7.  
  8.             +---------------+ E400
  9.             |               | <-- not recommended
  10.             +---------------+ E000
  11. default --> |               |
  12.             +---------------+ DC00
  13.             |               |
  14.             +---------------+ D800
  15.             |               |
  16.             +---------------+ D400
  17.             |               |
  18.             +---------------+ D000
  19.             |               |
  20.             +---------------+ CC00
  21.             |               |
  22.             +---------------+ C800
  23.  
  24. Hints and Tips
  25.  
  26. 1) The HP 82335 GPIB card's memory address range must be excluded from use
  27.    by any DOS expanded memory manager and by Windows.
  28.  
  29.    If you are using the DOS EMM386.EXE driver in your CONFIG.SYS file, you
  30.    need to add the -x switch to exclude the HPIB cards selected memory adddress
  31.    as follows:           DEVICE=EMM386.EXE x=DC00-DFFF
  32.  
  33.    Also for Windows, place the following line in the "[386Enh]" section of the
  34.    SYSTEM.INI file:       emmexclude=0dc00-0dfff
  35.  
  36.    These examples assume that you have selected the default memory address. If
  37.    you are using another memory address, adjust the above examples to match
  38.    the selected address block. (Please refer to the 82335 documentation.)
  39.  
  40. 2) No 16-bit I/O card can be set to memory addresses in the same 128k block
  41.    as the HP 82335 HPIB card.  You will need to change the 16-bit I/O card
  42.    to 8-bit operation, please consult the card's documentation for details.
  43.  
  44.    The fast performance of advanced 16-bit VGA cards can be retained by
  45.    enabling shadow RAM in the PC's SETUP program to allow the VGA BIOS
  46.    extensions to be run out of PC RAM instead of the card's on-board
  47.    ROMs.  However, shadow RAM may block out the HPIB card.  Use the PC's
  48.    SETUP program to disable shadow RAM if applicable.
  49.  
  50. 3) High-speed cache (often found on 486 machines) may mask out the HPIB card.
  51.    Use the PC's SETUP program to disable cache during troubleshooting; then
  52.    adjust the card's address to get around any troublesome cache addresses.
  53.  
  54. 4) If you have an EISA-bus based personal computer, you must load a
  55.    configuration file for the HPIB card. The *.CFG file is provided on the
  56.    82335's installation disks. All EISA machines have an EISA configuration
  57.    program. HP uses a configuration program named EZCONFIG.
  58.  
  59. HP 82335 HPIB Card Configuration Switches
  60.  
  61.  
  62.                                   +---       DEFAULT SWITCHES
  63.                                   |        +-----------------+
  64. +---------------------------------+        |     1    0      |
  65. | 82335                           |        |   +----+----+   |
  66. |             1  0                |        | 1 |    |XXXX| 0 | --\
  67. |           1 +--+                |        |   +----+----+   |    \
  68. |           2 |  |                +--+     | 2 |XXXX|    | 1 |     |
  69. |           3 |  | Configuration  |  |     |   +----+----+   |     +- Memory
  70. |           4 |  | Switches       |  |     | 3 |XXXX|    | 1 |     |  Address
  71. |           5 |  | (8)            |  |     |   +----+----+   |    /
  72. |           6 |  |                |  |     | 4 |XXXX|    | 1 | --/
  73. |           7 |  |                +--+     |   +----+----+   |
  74. |           8 +--+                |        | 5 |    |XXXX| 0 | ---\
  75. |                                 |        |   +----+----+   |     +- Interrupt
  76. |                                 |        | 6 |    |XXXX| 0 | ---/   Level
  77. +---+                       +-----+        |   +----+----+   |
  78.     |                       |     |        | 7 |    |XXXX| 0 | ---\
  79.     +-----------------------+     |        |   +----+----+   |     +- Not Used
  80.                                   |        | 8 |    |XXXX| 0 | ---/
  81.                                            |   +----+----+   |
  82.                                            +-----------------+
  83.  
  84.  
  85. In the switch diagram, the switch numbering is on the left; the actual values
  86. of the default settings shown are on the right.  Note that if the DIP switch
  87. uses slide switches, a "0" corresponds to the slide pushed to the right; if
  88. the DIP uses rocker switches, a "0" corresponds to the switch depressed on the
  89. right.
  90.  
  91.  
  92.  
  93. Switches 1-4 control the PC memory address.      Switches 5 & 6 control
  94. +--------+--------+  +--------+-----------+      the PC interrupt level.
  95. | Switch | Memory |  | Switch | Memory    |      The default is ISC 7.
  96. |  1234  | Address|  |  1234  | Address   |      +---------+-----+-----+
  97. +--------+--------+  +--------+-----------+      | PC IRQ  |  5  |  6  |
  98. |  0000  |  C000  |  |  0110  |      D800 |      +---------+-----+-----+
  99. |  0001  |  C400  |  |  0111  |      DC00 |      |    3    |  0  |  0  |
  100. |  0010  |  C800  |  |  1000  |      E000 |      |    4    |  0  |  1  |
  101. |  0011  |  CC00  |  |  1001  |      E400 |      |    5    |  1  |  0  |
  102. |  0100  |  D000  |  |  1010  |      E800 |      |    7    |  1  |  1  |
  103. |  0101  |  D400  |  |  1011  |      EC00 |      +---------+-----+-----+
  104. |  0110  |  D800  |  |  11xx  | F000-FC00 |
  105. +--------+--------+  +--------+-----------+
  106.  
  107.